home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fIncrement.dfm < prev    next >
Encoding:
Text File  |  2000-10-01  |  1.5 KB  |  76 lines

  1. object f_Increment: Tf_Increment
  2.   Left = 341
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Build Increment comment'
  7.   ClientHeight = 136
  8.   ClientWidth = 331
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object L_FileBuild: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 45
  23.     Height = 13
  24.     Caption = 'File Build '
  25.   end
  26.   object L_ProductBuild: TLabel
  27.     Left = 16
  28.     Top = 38
  29.     Width = 72
  30.     Height = 13
  31.     Caption = 'L_ProductBuild'
  32.   end
  33.   object Label1: TLabel
  34.     Left = 16
  35.     Top = 68
  36.     Width = 47
  37.     Height = 13
  38.     Caption = 'Comment:'
  39.   end
  40.   object e_fileBuild: TEdit
  41.     Left = 120
  42.     Top = 4
  43.     Width = 41
  44.     Height = 21
  45.     TabOrder = 0
  46.     Text = 'e_fileBuild'
  47.     OnKeyPress = e_fileBuildKeyPress
  48.   end
  49.   object E_ProductBuild: TEdit
  50.     Left = 120
  51.     Top = 34
  52.     Width = 41
  53.     Height = 21
  54.     TabOrder = 1
  55.     Text = 'Edit1'
  56.     OnKeyPress = e_fileBuildKeyPress
  57.   end
  58.   object e_comment: TEdit
  59.     Left = 120
  60.     Top = 64
  61.     Width = 193
  62.     Height = 21
  63.     TabOrder = 2
  64.     Text = 'e_comment'
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 240
  68.     Top = 96
  69.     Width = 75
  70.     Height = 25
  71.     Anchors = [akRight, akBottom]
  72.     TabOrder = 3
  73.     Kind = bkOK
  74.   end
  75. end
  76.